func internal/strconv.atofHex

3 uses

	internal/strconv (current package)
		atof.go#L496: func atofHex(s string, flt *floatInfo, mantissa uint64, exp int, neg, trunc bool) (float64, error) {
		atof.go#L574: 		f, err := atofHex(s[:n], &float32info, mantissa, exp, neg, trunc)
		atof.go#L625: 		f, err := atofHex(s[:n], &float64info, mantissa, exp, neg, trunc)